projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ef36a7
)
* regex.c (analyse_first): Remove unreachable 'continue' statement.
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 17 Jan 2011 07:34:14 +0000
(23:34 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 17 Jan 2011 07:34:14 +0000
(23:34 -0800)
src/ChangeLog
patch
|
blob
|
history
src/regex.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 4b9fe9b13dca6f082f2db44a69f98b97395ddf1b..41f6f72c662010898e67e5395f23660690d09775 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
+ * regex.c (analyse_first): Remove unreachable 'continue' statement.
+
* xterm.h (struct x_display_info): Remove stray semicolon.
The extra semicolon didn't conform to the C standard.
Problem reported by Sun cc.
diff --git
a/src/regex.c
b/src/regex.c
index 318b8fe74b5955aba598fbf81de61cc2199ec37d..28336eba4174eb9e7e55aa23482ebd5cb80927d3 100644
(file)
--- a/
src/regex.c
+++ b/
src/regex.c
@@
-3999,7
+3999,6
@@
analyse_first (const re_char *p, const re_char *pend, char *fastmap, const int m
{
case succeed:
return 1;
- continue;
case duplicate:
/* If the first character has to match a backreference, that means
@@
-6735,4
+6734,3
@@
regfree (regex_t *preg)
WEAK_ALIAS (__regfree, regfree)
#endif /* not emacs */
-